1 Source of the data

The data is compiled from https://github.com/CSSEGISandData/COVID-19.

The python script script.py is a modification of https://github.com/JacopoPan/JHU-2019nCoV-to-pandas-DF

Here I avoided any data modeling and am just showing the raw number of diagnosed patients, deaths, death rate, new cases by day, and new deaths by day.

4 Total COVID-19 patients

## Using date as id variables

4.4 Death rate

The two countries which succeeded in stopping the spread, China and South Korea, provide the most accurate measurement of true death rate. In the death rate plot below, the range of the death rate of these two countries is shown by pink.

## Using date as id variables
## Using date as id variables

5 Canada

## Using Province/State as id variables
## Using Province/State as id variables